projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b99015
)
; * src/haikufont.c (haikufont_open): Remove unused variable.
author
Po Lu
<luangruo@yahoo.com>
Thu, 2 Mar 2023 03:07:37 +0000
(
03:07
+0000)
committer
Po Lu
<luangruo@yahoo.com>
Thu, 2 Mar 2023 03:07:37 +0000
(
03:07
+0000)
src/haikufont.c
patch
|
blob
|
history
diff --git
a/src/haikufont.c
b/src/haikufont.c
index a025dec58bb509751696a68c09a4d59cc1db7226..b4c2e5472477996e694f43cce8de990672b1627b 100644
(file)
--- a/
src/haikufont.c
+++ b/
src/haikufont.c
@@
-760,7
+760,7
@@
haikufont_open (struct frame *f, Lisp_Object font_entity, int pixel_size)
struct haiku_font_pattern ptn;
struct font *font;
void *be_font;
- Lisp_Object font_object,
tem,
extra, indices, antialias;
+ Lisp_Object font_object, extra, indices, antialias;
int px_size, min_width, max_width;
int avg_width, height, space_width, ascent;
int descent, underline_pos, underline_thickness;